home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / menace / splash.frm < prev    next >
Text File  |  1997-07-10  |  3KB  |  100 lines

  1. VERSION 5.00
  2. Begin VB.Form splash 
  3.    Caption         =   "Menace"
  4.    ClientHeight    =   3120
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   4680
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   3120
  10.    ScaleWidth      =   4680
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.CommandButton Command2 
  13.       Caption         =   "Menace Map Editor"
  14.       Height          =   375
  15.       Left            =   135
  16.       TabIndex        =   1
  17.       Top             =   2625
  18.       Width           =   1830
  19.    End
  20.    Begin VB.CommandButton Command1 
  21.       Caption         =   "Play Menace"
  22.       Default         =   -1  'True
  23.       Height          =   420
  24.       Left            =   135
  25.       TabIndex        =   0
  26.       Top             =   2145
  27.       Width           =   1830
  28.    End
  29.    Begin VB.Label Label5 
  30.       Caption         =   "R - restarts the level if you are stuck."
  31.       Height          =   390
  32.       Left            =   2130
  33.       TabIndex        =   6
  34.       Top             =   2595
  35.       Width           =   2340
  36.    End
  37.    Begin VB.Image Image1 
  38.       Height          =   1920
  39.       Left            =   135
  40.       Picture         =   "splash.frx":0000
  41.       Top             =   150
  42.       Width           =   1830
  43.    End
  44.    Begin VB.Label Label4 
  45.       Caption         =   "The Control key jumps menace, Shift and Control will push trollies high up."
  46.       Height          =   690
  47.       Left            =   2130
  48.       TabIndex        =   5
  49.       Top             =   1890
  50.       Width           =   2550
  51.    End
  52.    Begin VB.Label Label3 
  53.       Caption         =   "The aim of the game is to push trollies containing the same shape together into groups of three."
  54.       Height          =   690
  55.       Left            =   2160
  56.       TabIndex        =   4
  57.       Top             =   405
  58.       Width           =   2445
  59.    End
  60.    Begin VB.Label Label2 
  61.       Caption         =   "Quick Help"
  62.       BeginProperty Font 
  63.          Name            =   "MS Sans Serif"
  64.          Size            =   8.25
  65.          Charset         =   0
  66.          Weight          =   700
  67.          Underline       =   0   'False
  68.          Italic          =   0   'False
  69.          Strikethrough   =   0   'False
  70.       EndProperty
  71.       Height          =   285
  72.       Left            =   2145
  73.       TabIndex        =   3
  74.       Top             =   150
  75.       Width           =   1515
  76.    End
  77.    Begin VB.Label Label1 
  78.       Caption         =   "The left and right arrows walk menace.  By holding down shift you can push trollies"
  79.       Height          =   675
  80.       Left            =   2145
  81.       TabIndex        =   2
  82.       Top             =   1155
  83.       Width           =   2460
  84.    End
  85. End
  86. Attribute VB_Name = "splash"
  87. Attribute VB_GlobalNameSpace = False
  88. Attribute VB_Creatable = False
  89. Attribute VB_PredeclaredId = True
  90. Attribute VB_Exposed = False
  91.  
  92. Private Sub Command1_Click()
  93. frmBlt.Show
  94. End Sub
  95.  
  96. Private Sub Command2_Click()
  97. Form1.Show
  98. End Sub
  99.  
  100.